From 020e6ac57fe39c508eb16c3c17c3aa91d94087ae Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Wed, 8 Nov 2006 07:04:25 +0000 Subject: [PATCH] Spelling error in comments in User.php -- excede -> exceed --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 2d1b9ae325..75b84b3953 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1932,7 +1932,7 @@ class User { $ipblock = Block::newFromDB( wfGetIP() ); if ( $ipblock ) { # If the user is already blocked. Then check if the autoblock would - # excede the user block. If it would excede, then do nothing, else + # exceed the user block. If it would exceed, then do nothing, else # prolong block time if ($userblock->mExpiry && ($userblock->mExpiry < Block::getAutoblockExpiry($ipblock->mTimestamp))) { -- 2.20.1